home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / trubasic / rolldemos / demos / interact / README < prev    next >
Text File  |  1994-08-02  |  824b  |  17 lines

  1. Interactive demos for True BASIC.
  2.  
  3. The interactive demos are taken primary from the 3D Graphics Demo suite
  4. and let the user interactively set the camera positon in 3D space.
  5.  
  6. The colormap-based demos exhibit True BASIC's approach to shared and dynamic
  7. color cells.  True BASIC tries to share resources by using read-only colors.
  8.  
  9. However, some applications may require specific color mixes that are not 
  10. available in the default or standard colormaps.  True BASIC provides access
  11. to the read-write colormap cells through the statement SET MODE "dynamic".
  12. In this manner, True BASIC conserves resources by using read-only colors
  13. while providing access to private, read-write color cells.
  14.  
  15. The demo record.tru shows how objects can be animated by taking snapshots of
  16. an object in various states and then replaying the images.
  17.